-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tns publish ios fails with cocoapods #1790
Comments
The following can produce xcodebuild archive \
-workspace nativescriptmarketplacedemo.xcworkspace \
-scheme nativescriptmarketplacedemo \
-archivePath nativescriptmarketplacedemo.xcarchive And this can export a properly signed xcodebuild
-exportArchive
-archivePath nativescriptmarketplacedemo.xcarchive
-exportPath nativescriptmarketplacedemo.ipa
-exportOptionsPlist export.plist In combination with the <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>teamID</key>
<string>**********</string>
<key>method</key>
<string>app-store</string>
<key>uploadBitcode</key>
<false/>
<key>uploadSymbols</key>
<false/>
</dict>
</plist> |
The |
@PanayotCankov @enchev @rosen-vladimirov This is happening again for me in 2.4.0, can anyone else reproduce this issue?
|
@vbresults : did you specify an "ipa" path in your build command? If yes, remove it and keep the default folder. |
Trying the
tns publish
command with the QSF fails with:I don't think we should try to sign any of the cocoapod targets using the App's provisioning profile.
The text was updated successfully, but these errors were encountered: