Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Delete .py from resources #49

Merged
merged 2 commits into from Dec 25, 2018
Merged

- Delete .py from resources #49

merged 2 commits into from Dec 25, 2018

Conversation

cdoky
Copy link
Contributor

@cdoky cdoky commented Dec 25, 2018

[18:55:52]: [Transporter Error Output]: ERROR ITMS-90035: "Invalid Signature. Code object is not signed at all. The file at path [iOS.app/Frameworks/LGButton.framework/GetTTFFontName.py] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html"

@loregr
Copy link
Owner

loregr commented Dec 25, 2018

This PR is just moving the .py file to a different folder. I don't see any good reason to merge it since that file is not actually linked to any resource. I was considering removing .py files, but then I thought that they may be useful for future updates of the font icons, so I kept them there. Also, the reported issue looks more like a local issue on your project. Library Pod and Example app don't have that dependency. You can check it by downloading/cloning this repo from scratch. If I'm missing something, please add a comment here. Thanks.

@loregr loregr closed this Dec 25, 2018
@cdoky
Copy link
Contributor Author

cdoky commented Dec 25, 2018

because, LGButton/LGButton.podspec, s.resources = "LGButton/Resources/*"
but, the .py file is't a resource,
and i delete the .py file from resources, it's success
or, please delete the .py from resources,
thank you very much

@cdoky
Copy link
Contributor Author

cdoky commented Dec 25, 2018

I use fastlane upload the .ipa to testflight

    gym(
      scheme: "iOSPro",
      export_xcargs: "-allowProvisioningUpdates",
      output_directory: "./output",
      export_method:'app-store',
      configuration: 'Release'
    ) 
    pilot(
      skip_submission: true,
      skip_waiting_for_build_processing: true,
      team_id: "118739xxx",
      ipa: "./output/iOS.ipa",
      app_identifier: "cc.xx.iOS"
    )

@loregr
Copy link
Owner

loregr commented Dec 25, 2018

I see your point now, thanks for the clarification.

@loregr loregr reopened this Dec 25, 2018
@loregr loregr merged commit 9dd696b into loregr:develop Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants