NativeScript / NativeScript/nativescript-cli
Unable to use --provision option to build or run iOS apps
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.1k
- 分支
- 204
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 8
描述
Environment
OSX: 10.15.4
Output of tns doctor:
✔ Getting NativeScript components versions information...
✔ Component nativescript has 6.7.4 version and is up to date.
✔ Component tns-core-modules has 6.5.2 version and is up to date.
✔ Component tns-ios has 6.5.1 version and is up to date.
✔ Xcode is installed and is configured properly.
✔ xcodeproj is installed and is configured properly.
✔ CocoaPods are installed.
✔ CocoaPods update is not required.
✔ CocoaPods are configured properly.
✔ Your current CocoaPods version is newer than 1.0.0.
✔ Python installed and configured correctly.
✔ The Python 'six' package is found.
✔ Xcode version 11.5.0 satisfies minimum required version 10.
Not interested in Android in this project, so Android bits are not configured
Describe the bug
I am unable to run or build the app.
I can build the prepared app using XCode (once I fix the signing configuration, another potential issue with prepare command)
When trying to list available provisioning profiles:
tns <run|build|provision> ios --provision
Results in the not so friendly:
Expected """ or [^'"'] but "'" found.
When I run the command with the logging level increased:
tns <run|build|provision> ios --provision --log trace
I get the more useful:
...
Current CLI version: 6.7.4
Project dir from hooksArgs is: undefined.
Hooks directories: [ '/Users/j/Projects/visionlab/sad-dev/hooks' ]
BeforeHookName for command resolveCommand is before-resolveCommand
Project dir from hooksArgs is: undefined.
Hooks directories: [ '/Users/j/Projects/visionlab/sad-dev/hooks' ]
AfterHookName for command resolveCommand is after-resolveCommand
Validate options for platform: iOS
SyntaxError: Expected "\"" or [^'"'] but "'" found.
at peg$buildStructuredError (/usr/local/lib/node_modules/nativescript/node_modules/ios-mobileprovision-finder/parsers/security-find-identity.js:314:12)
at Object.peg$parse [as parse] (/usr/local/lib/node_modules/nativescript/node_modules/ios-mobileprovision-finder/parsers/security-find-identity.js:999:11)
at Object.read (/usr/local/lib/node_modules/nativescript/node_modules/ios-mobileprovision-finder/index.ts:243:43)
at IOSProvisionService.<anonymous> (/usr/local/lib/node_modules/nativescript/lib/services/ios-provision-service.js:80:55)
...
I tried to checkout what was going on above but it's complicated. I think it fails when trying to parse provisioning profiles.
Sadly the same error occurs when I try to supply a provisioning profile:
tns run ios --provision <UUID or Name>
Same thing happens on a newly created app.
Trying to run the app with no provisioning profile supplied in the command line fails with a signing error (regardless of the PROVISIONING_PROFILE or DEVELOPMENT_TEAM) being set in app/App_Resources/build.xcconfig but that's probably another issue.
To Reproduce
tns create sad-dev
cd sad-dev
tns run ios --provision
Expected behavior
A list of provisioning profiles
Additional context
I am running on Catalina. All seemed to work before I updated the OS. But sadly other stuff changed as well: NS version, etc...
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
在回報的環境中使用 tns create sad-dev 重現問題,然後執行 tns run ios --provision。從 ios-provision-service.js 和 ios-mobileprovision-finder parser 開始,特別檢查 parsers/security-find-identity.js,其中 trace 顯示解析失敗。完成的標準是可以列出 provisioning profiles,並且可以使用提供的 profile,而不會出現回報的語法錯誤。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- ios, javascript
- 領域
- cli, mobile
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100