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

Issue with multiple App targets IOS #85

Open
kumarsunil0007 opened this issue Sep 16, 2021 · 0 comments
Open

Issue with multiple App targets IOS #85

kumarsunil0007 opened this issue Sep 16, 2021 · 0 comments

Comments

@kumarsunil0007
Copy link

kumarsunil0007 commented Sep 16, 2021

I am using app-flow for one of my ionic-capacitor app. It was all working well. As per my requirements, I had to add one extension to project and it all work fine using xcode. While I am creating build using app-flow, it keep failing because it is skipping all target other than app and at later stage xcode fails to build because there are no certificate added by app-flow to sign extra target.
Below is output from app-flow build:

[11:02:38]: $ set -o pipefail && xcodebuild -workspace /Users/ionic/builds/carstenschaefer/demo_mobileapp/ios/App/App.xcworkspace -scheme App -configuration Debug -destination 'generic/platform=iOS' -archivePath /Users/ionic/Library/Developer/Xcode/Archives/2021-09-16/a221a153-6f49-4f30-8c0e-99f9b80edc79-development\ 2021-09-16\ 11.02.38.xcarchive archive CODE_SIGN_IDENTITY=Apple\ Development:\ Demo\ Schaefer\ \(L8T3J39XXX\) | tee /Users/ionic/Library/Logs/gym/App-App.log | xcpretty
[11:02:49]: ▸     AssetsLibrary is deprecated. Consider migrating to Photos instead. (in target 'CordovaPlugins' from project 'Pods')
[11:02:49]: ▸     MobileCoreServices has been renamed. Use CoreServices instead. (in target 'CordovaPlugins' from project 'Pods')
[11:02:49]: ▸ ❌  error: "ShareExtension" requires a provisioning profile with the App Groups feature. Select a provisioning profile in the Signing & Capabilities editor. (in target 'ShareExtension' from project 'App')
[11:02:49]: ▸     The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 14.5, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'ShareExtension' from project 'App')
[11:02:49]: ▸ * ARCHIVE FAILED *
    AssetsLibrary is deprecated. Consider migrating to Photos instead. (in target 'CordovaPlugins' from project 'Pods')
    MobileCoreServices has been renamed. Use CoreServices instead. (in target 'CordovaPlugins' from project 'Pods')

❌  error: "ShareExtension" requires a provisioning profile with the App Groups feature. Select a provisioning profile in the Signing & Capabilities editor. (in target 'ShareExtension' from project 'App')


    The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 14.5, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'ShareExtension' from project 'App')
* ARCHIVE FAILED *
[11:02:49]: Exit status: 65
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

1 participant