devbillycat created WEEX-675:
--------------------------------
Summary: weex build ios fail
Key: WEEX-675
URL: https://issues.apache.org/jira/browse/WEEX-675
Project: Weex
Issue Type: Bug
Components: iOS
Affects Versions: 0.19
Reporter: devbillycat
Assignee: XuYouyang
create a demo project of weex,
after run command below
{code:java}
weex platform add ios
weex run ios
{code}
everything goes well !
after set CodeSign and Profile in ios.config.json, I try to run build with
{code:java}
weex build ios
{code}
then build fail. with output here
{code:java}
** BUILD FAILED **
The following build commands failed:
Ld
/Users/devcat/Documents/try_ideas/weex_try/awesome-app/platforms/ios/build/Build/Intermediates.noindex/WeexDemo.build/Debug-iphoneos/WeexDemo.build/Objects-normal/armv7/WeexDemo
normal armv7
(1 failure)
17:46:59 : Command failed: xcodebuild -workspace WeexDemo.xcworkspace -scheme
WeexDemo -configuration PROD -sdk iphoneos -derivedDataPath build clean build
** BUILD FAILED **
The following build commands failed:
Ld
/Users/devcat/Documents/try_ideas/weex_try/awesome-app/platforms/ios/build/Build/Intermediates.noindex/WeexDemo.build/Debug-iphoneos/WeexDemo.build/Objects-normal/armv7/WeexDemo
normal armv7
(1 failure)
17:46:59 : You should config `CodeSign` and `Profile` in the `ios.config.json`
We suggest that you open the `platform/ios` directory.
Package your project as a normal ios project!
{code}
I am sure that codesign,profile,appid is correct.
then I open the workspace of WeexDemo.xcworkspace in XCode.
try to Archive. it seems that archive success.
and I get the 'WeexDemo 2019-1-1, 4.55 PM.xcarchive' file.
so. how can I work througth the problem?
Thanks.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)