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

error parsing Info.plist #25

Closed
jpaas opened this issue Mar 28, 2017 · 7 comments
Closed

error parsing Info.plist #25

jpaas opened this issue Mar 28, 2017 · 7 comments

Comments

@jpaas
Copy link

jpaas commented Mar 28, 2017

When I create an iOS release build for the App Store, I get the following error. This does not occur when creating a debug build. Any idea why?

    export YACC=yacc
    export arch=arm64
    export variant=normal
    /bin/sh -c /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/IntermediateBuildFilesPath/KarmaWorkerApp.build/Release-iphoneos/KarmaWorkerApp.build/Script-00DD1BFF1BD5951E006B06BC.sh

+ mkdir -p /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KarmaWorkerApp.app/Frameworks
+ cp -r /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/Sentry.framework /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KarmaWorkerApp.app/Frameworks
+ cp -r /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KSCrash.framework /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KarmaWorkerApp.app/Frameworks
+ /usr/bin/xcrun codesign --force --sign 4F3B0DAD18EC58E0DD2EF8445440F81604102D62 --preserve-metadata=identifier,entitlement /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KarmaWorkerApp.app/Frameworks/Sentry.framework
+ /usr/bin/xcrun codesign --force --sign 4F3B0DAD18EC58E0DD2EF8445440F81604102D62 --preserve-metadata=identifier,entitlement /Users/jpaas/Library/Developer/Xcode/DerivedData/KarmaWorkerApp-fzyhjpzymgxcamfonbwkmeeaygdp/Build/Intermediates/ArchiveIntermediates/KarmaWorkerApp-staging-release/BuildProductsPath/Release-iphoneos/KarmaWorkerApp.app/Frameworks/KSCrash.framework
error: Could not parse Info.plist file
  caused by: missing field `CFBundleName`
Uploading symbols
Continue upload in background.
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
@toanz
Copy link

toanz commented Mar 29, 2017

yes , it's happen to me , too . I must remove Build Step with sentry-cli to make it's run . Is there any solution ?

@jpaas
Copy link
Author

jpaas commented Mar 29, 2017

I haven't found a solution. This problem doesn't seem to stop Xcode from building an archive, but it does prevent fastlane from continuing.

@jpaas
Copy link
Author

jpaas commented Mar 29, 2017

Oh I should have mentioned too that my Info.plist is not missing CFBundleName.

@mitsuhiko
Copy link
Member

This should be resolved now.

@jpaas
Copy link
Author

jpaas commented Mar 30, 2017

Hi @mitsuhiko, glad to hear its resolved! However, I am using 0.5.3 and I don't see any new commits. Is there something coming?

@mitsuhiko
Copy link
Member

@jpaas the issue was resolved in sentry-cli.

@jpaas
Copy link
Author

jpaas commented Mar 30, 2017

@mitsuhiko It works! Thanks so much. Now I'm anxiously awaiting the full Android support :)

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

No branches or pull requests

3 participants