weexteam / A-pack-tool-for-Apache-Weex

A pack tool for Android、iOS and H5 plartform of Weex. This tool is a third party work, and is not developed nor maintained by Apache Weex.
Apache License 2.0
611 stars 76 forks source link

iOS 无法运行 #122

Closed u3u closed 7 years ago

u3u commented 7 years ago

环境

系统:macOS sierra 版本 10.12.3

$ node -v
   v7.7.1
$ npm -v
   4.1.2
$ cnpm -v
   4.3.2

$ weex -v
   v1.0.4
 - weex-builder : v0.2.6
 - weex-previewer : v1.3.7
 - weexpack : v0.3.12

$ pod --version
   1.2.0

创建项目

$ sudo weex[pack] create awesome-project-ios
$ cd awesome-project-ios
$ cnpm i
Error: EACCES: permission denied, mkdir '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/node_modules'
npminstall version: 2.4.1
npminstall args: /usr/local/bin/node /usr/local/lib/node_modules/cnpm/node_modules/.bin/npminstall --china --userconfig=/Users/liuyingui/.cnpmrc --disturl=https://npm.taobao.org/mirrors/node --registry=https://registry.npm.taobao.org

$ sudo cnpm i
$ sudo weex[pack] run web
build completed!

$ sudo weex[pack] platform add ios
Adding ios project@4.0.21...

$ weex[pack] run ios
npm WARN xxx@1.0.0 No repository field.
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v7.7.1
npm ERR! npm  v4.1.2
npm ERR! path /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/node_modules/.staging
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall mkdir

npm ERR! Error: EACCES: permission denied, mkdir '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/node_modules/.staging'
npm ERR!  { Error: EACCES: permission denied, mkdir '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/node_modules/.staging'
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/node_modules/.staging' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v7.7.1
npm ERR! npm  v4.1.2
npm ERR! path npm-debug.log.2161195857
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall open

npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.2161195857'
npm ERR!  { Error: EACCES: permission denied, open 'npm-debug.log.2161195857'
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'open',
npm ERR!   path: 'npm-debug.log.2161195857' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/npm-debug.log

> xxx@1.0.0 build /Users/liuyingui/Documents/Project/Weex/awesome-project-ios
> weex-builder src dist

build failed!
Error: EACCES: permission denied, open 'dist/index.js'
Error: EACCES: permission denied, open 'dist/index.js'
rsync: mkstemp "/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/bundlejs/.index.js.DKpGlN" failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-51/rsync/main.c(996) [sender=2.6.9]

 => Will start iOS app
 => pod update

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

​```
/usr/local/bin/pod update
​```

### Report

* What did you do?

* What did you expect to happen?

* What happened instead?

### Stack

​```
   CocoaPods : 1.2.0
        Ruby : ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
    RubyGems : 2.0.14.1
        Host : Mac OS X 10.12.3 (16D32)
       Xcode : 8.0 (8A218a)
         Git : git version 2.10.0
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 125fe698a4da636fe1279e86370ec6996ef8e5f5
​```

### Plugins

​```
cocoapods-deintegrate : 1.0.1
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.0.0
cocoapods-trunk       : 1.1.2
cocoapods-try         : 1.1.0
​```

### Podfile

​```ruby
source 'git@github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
#inhibit_all_warnings!

def common
    pod 'WeexSDK'
    pod 'Weexplugin', :path=>'./Weexplugin/'
    pod 'WXDevtool'
    pod 'SDWebImage', '3.7.5'
    pod 'SocketRocket', '0.4.2'
    pod 'ATSDK-Weex', '0.0.1'
end

target 'WeexDemo' do
    common
end

target 'WeexUITestDemo' do
    common
end
​```

### Error

​```
Errno::EACCES - Permission denied - /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/Pods
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:245:in `mkdir'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:245:in `fu_mkdir'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:219:in `block (2 levels) in mkdir_p'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:217:in `reverse_each'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:217:in `block in mkdir_p'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:203:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:203:in `mkdir_p'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/sandbox.rb:58:in `initialize'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/config.rb:184:in `new'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/config.rb:184:in `sandbox'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/command.rb:137:in `installer_for_config'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/command/update.rb:71:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/bin/pod:55:in `<top (required)>'
/usr/local/bin/pod:23:in `load'
/usr/local/bin/pod:23:in `<main>'
​```

――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=Permission+denied+-+%2FUsers%2Fliuyingui%2FDocuments%2FProject%2FWeex%2Fawesome-project-ios%2Fplatforms%2Fios%2FPods&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...
Found no similar issues. To create a new issue, please visit:
https://github.com/cocoapods/cocoapods/issues/new
? Choose one of the following devices (Use arrow keys)
   = devices = 
❯ iPhone 5 ios: 10.0 
  iPhone 5s ios: 10.0 
  iPhone 6 ios: 10.0 
  iPhone 6 Plus ios: 10.0 
  iPhone 6s ios: 10.0 
  iPhone 6s Plus ios: 10.0 
(Move up and down to reveal more choices)

? Choose one of the following devices iPhone 6s ios: 10.0
project is building ...
{ Error: EACCES: permission denied, open '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/bundlejs/index.js'
    at Object.fs.openSync (fs.js:583:18)
    at Object.fs.writeFileSync (fs.js:1315:33)
    at _buildOnSimulator (/Users/liuyingui/.xtoolkit/node_modules/weexpack/src/run/iOS.js:183:8)
    at Promise (/Users/liuyingui/.xtoolkit/node_modules/weexpack/src/run/iOS.js:165:7)
    at buildApp (/Users/liuyingui/.xtoolkit/node_modules/weexpack/src/run/iOS.js:154:10)
  errno: -13,
  code: 'EACCES',
  syscall: 'open',
  path: '/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/bundlejs/index.js' }

$ sudo weex[pack] run ios
npm WARN xxx@1.0.0 No repository field.

> xxx@1.0.0 build /Users/liuyingui/Documents/Project/Weex/awesome-project-ios
> weex-builder src dist

build completed!
output:
    src/index.we   -->    dist/index.js - 3.5KB

Time: 660ms

 => Will start iOS app
 => pod update
/Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:439:in `help!': [!] You cannot run CocoaPods as root. (CLAide::Help)

Usage:

    $ pod COMMAND

      CocoaPods, the Cocoa library package manager.

Commands:

    + cache      Manipulate the CocoaPods cache
    + env        Display pod environment
    + init       Generate a Podfile for the current directory
    + install    Install project dependencies according to versions from a
                 Podfile.lock
    + ipc        Inter-process communication
    + lib        Develop pods
    + list       List pods
    + outdated   Show outdated project dependencies
    + repo       Manage spec-repositories
    + setup      Setup the CocoaPods environment
    + spec       Manage pod specs
    + update     Update outdated project dependencies and create new Podfile.lock

Options:

    --silent     Show nothing
    --version    Show the version of the tool
    --verbose    Show more debugging information
    --no-ansi    Show output without ANSI codes
    --help       Show help banner of specified command
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/lib/cocoapods/command.rb:47:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-1.2.0/bin/pod:55:in `<top (required)>'
    from /usr/local/bin/pod:23:in `load'
    from /usr/local/bin/pod:23:in `<main>'
? Choose one of the following devices (Use arrow keys)
   = devices = 
❯ iPhone 5 ios: 10.0 
  iPhone 5s ios: 10.0 
  iPhone 6 ios: 10.0 
  iPhone 6 Plus ios: 10.0 
  iPhone 6s ios: 10.0 
  iPhone 6s Plus ios: 10.0 
(Move up and down to reveal more choices)

? Choose one of the following devices iPhone 6s ios: 10.0
project is building ...
** BUILD FAILED **

The following build commands failed:
    CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.o WeexDemo/WeexConfig/WeexBundleUrlLoder.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
** BUILD FAILED **

The following build commands failed:
    CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.o WeexDemo/WeexConfig/WeexBundleUrlLoder.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

User defaults from command line:
    IDEDerivedDataPathOverride = /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build

Build settings from command line:
    SDKROOT = iphonesimulator10.0

=== CLEAN TARGET WeexDemo OF PROJECT WeexDemo WITH CONFIGURATION Debug ===

Check dependencies
The file “Pods-WeexDemo.debug.xcconfig” couldn’t be opened because there is no such file. (/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/Pods/Target Support Files/Pods-WeexDemo/Pods-WeexDemo.debug.xcconfig)
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'WeexDemo/WeexDemo-Info.plist'.

Create product structure
/bin/mkdir -p /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/WeexDemo.app

Clean.Remove clean build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build
    builtin-rm -rf /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build

Clean.Remove clean build/Build/Products/Debug-iphonesimulator/WeexDemo.app
    builtin-rm -rf /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/WeexDemo.app

** CLEAN SUCCEEDED **

=== BUILD TARGET WeexDemo OF PROJECT WeexDemo WITH CONFIGURATION Debug ===

Check dependencies
The file “Pods-WeexDemo.debug.xcconfig” couldn’t be opened because there is no such file. (/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/Pods/Target Support Files/Pods-WeexDemo/Pods-WeexDemo.debug.xcconfig)
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'WeexDemo/WeexDemo-Info.plist'.

Write auxiliary files
/bin/mkdir -p /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexDemo.LinkFileList
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Script-0A2546EC1E00EDC5008B7C9F.sh
chmod 0755 /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Script-0A2546EC1E00EDC5008B7C9F.sh
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo.hmap
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-non-framework-target-headers.hmap
write-file /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap

Create product structure
/bin/mkdir -p /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/WeexDemo.app

PhaseScriptExecution Bundle\ deploy\ server build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Script-0A2546EC1E00EDC5008B7C9F.sh
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export ACTION=build
    export AD_HOC_CODE_SIGNING_ALLOWED=YES
    export ALTERNATE_GROUP=wheel
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=root
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD="i386 x86_64"
    export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
    export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
    export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
    export ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME=LaunchImage
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=YES
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products
    export BUILD_ROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator
    export CACHE_ROOT=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.DeveloperTools/8.0-8A218a/Xcode
    export CCHROOT=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.DeveloperTools/8.0-8A218a/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/WeexDemo.app
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY="iPhone Developer"
    export COLOR_DIAGNOSTICS=NO
    export COMBINE_HIDPI_IMAGES=NO
    export COMMAND_MODE=legacy
    export COMPOSITE_SDK_DIRS=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/CompositeSDKs
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Debug
    export CONFIGURATION_BUILD_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator
    export CONTENTS_FOLDER_PATH=WeexDemo.app
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk
    export CORRESPONDING_DEVICE_SDK_NAME=iphoneos10.0
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=x86_64
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=NO
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0"
    export DERIVED_FILES_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DOCUMENTATION_FOLDER_PATH=WeexDemo.app/English.lproj/Documentation
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/WeexDemo.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=WeexDemo.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_ON_DEMAND_RESOURCES=YES
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLES_FOLDER_PATH=WeexDemo.app/Executables
    export EXECUTABLE_FOLDER_PATH=WeexDemo.app
    export EXECUTABLE_NAME=WeexDemo
    export EXECUTABLE_PATH=WeexDemo.app/WeexDemo
    export EXPANDED_CODE_SIGN_IDENTITY=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
    export EXPANDED_PROVISIONING_PROFILE=
    export FILE_LIST=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH=WeexDemo.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator  /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=WeexDemo.app
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_GENERATE_TEST_COVERAGE_FILES=YES
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_OBJC_LEGACY_DISPATCH=YES
    export GCC_OPTIMIZATION_LEVEL=0
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
    export GCC_SYMBOLS_PRIVATE_EXTERN=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS=YES
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=YES
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=0
    export GROUP=wheel
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/var/root
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_FILE=WeexDemo/WeexDemo-Info.plist
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PATH=WeexDemo.app/Info.plist
    export INFOPLIST_PREPROCESS=NO
    export INFOSTRINGS_PATH=WeexDemo.app/English.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/WeexDemo.dst/Applications
    export INSTALL_GROUP=wheel
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=root
    export INSTALL_PATH=/Applications
    export INSTALL_ROOT=/tmp/WeexDemo.dst
    export IPHONEOS_DEPLOYMENT_TARGET=7.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FOLDER_PATH=WeexDemo.app/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexDemo_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-LinkMap-normal-x86_64.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexDemo.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LOCALIZABLE_CONTENT_DIR=
    export LOCALIZED_RESOURCES_FOLDER_PATH=WeexDemo.app/English.lproj
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=
    export LOCSYMROOT=
    export MACH_O_TYPE=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION=16D32
    export MAC_OS_X_VERSION_ACTUAL=101203
    export MAC_OS_X_VERSION_MAJOR=101200
    export MAC_OS_X_VERSION_MINOR=1203
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/WeexDemo.app
    export MODULE_CACHE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache
    export MTL_ENABLE_DEBUG_INFO=YES
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJC_ABI_VERSION=2
    export OBJECT_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal
    export OBJROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates
    export ONLY_ACTIVE_ARCH=YES
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS=" -licucore"
    export PACKAGE_TYPE=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS=YES
    export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PBDEVELOPMENTPLIST_PATH=WeexDemo.app/pbdevelopment.plist
    export PFE_FILE_C_DIALECTS=objective-c
    export PKGINFO_FILE_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/PkgInfo
    export PKGINFO_PATH=WeexDemo.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME="iOS Simulator"
    export PLATFORM_NAME=iphonesimulator
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_VERSION_AVAILABILITY_H_FORMAT=100000
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PLUGINS_FOLDER_PATH=WeexDemo.app/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=WeexDemo.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER=com.taobao.WeexPlayground
    export PRODUCT_MODULE_NAME=WeexDemo
    export PRODUCT_NAME=WeexDemo
    export PRODUCT_SETTINGS_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexDemo-Info.plist
    export PRODUCT_TYPE=com.apple.product-type.application
    export PROFILING_CODE=NO
    export PROJECT=WeexDemo
    export PROJECT_DERIVED_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/DerivedSources
    export PROJECT_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export PROJECT_FILE_PATH=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo.xcodeproj
    export PROJECT_NAME=WeexDemo
    export PROJECT_TEMP_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build
    export PROJECT_TEMP_ROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates
    export PUBLIC_HEADERS_FOLDER_PATH=WeexDemo.app/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/ResourceManagerResources
    export REZ_OBJECTS_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPTS_FOLDER_PATH=WeexDemo.app/Scripts
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk
    export SDK_DIR_iphonesimulator10_0=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk
    export SDK_NAME=iphonesimulator10.0
    export SDK_NAMES=iphonesimulator10.0
    export SDK_PRODUCT_BUILD_VERSION=14A345
    export SDK_VERSION=10.0
    export SDK_VERSION_ACTUAL=100000
    export SDK_VERSION_MAJOR=100000
    export SDK_VERSION_MINOR=000
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=YES
    export SHARED_DERIVED_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH=WeexDemo.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH=WeexDemo.app/SharedSupport
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export SRCROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_STYLE=all
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SYMROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1
    export TARGETNAME=WeexDemo
    export TARGET_BUILD_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator
    export TARGET_DEVICE_MODEL=iPhone8,1
    export TARGET_DEVICE_OS_VERSION=10.0
    export TARGET_NAME=WeexDemo
    export TARGET_TEMP_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build
    export TEMP_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build
    export TEMP_FILES_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build
    export TEMP_FILE_DIR=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build
    export TEMP_ROOT=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=0
    export UNLOCALIZED_RESOURCES_FOLDER_PATH=WeexDemo.app
    export UNSTRIPPED_PRODUCT=NO
    export USER=root
    export USER_APPS_DIR=/var/root/Applications
    export USER_LIBRARY_DIR=/var/root/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSIONPLIST_PATH=WeexDemo.app/version.plist
    export VERSION_INFO_BUILDER=root
    export VERSION_INFO_FILE=WeexDemo_vers.c
    export VERSION_INFO_STRING="\"@(#)PROGRAM:WeexDemo  PROJECT:WeexDemo-\""
    export WRAPPER_EXTENSION=app
    export WRAPPER_NAME=WeexDemo.app
    export WRAPPER_SUFFIX=.app
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=8A218a
    export XCODE_VERSION_ACTUAL=0800
    export XCODE_VERSION_MAJOR=0800
    export XCODE_VERSION_MINOR=0800
    export XPCSERVICES_FOLDER_PATH=WeexDemo.app/XPCServices
    export YACC=yacc
    export arch=x86_64
    export variant=normal
    /bin/sh -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Script-0A2546EC1E00EDC5008B7C9F.sh
Skipping bundling for Simulator platform

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXScannerVC.o WeexDemo/WeexScanner/WXScannerVC.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXScannerVC.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXScannerVC.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexScanner/WXScannerVC.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXScannerVC.o

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexSDKManager.o WeexDemo/WeexConfig/WeexSDKManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexSDKManager.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexSDKManager.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexConfig/WeexSDKManager.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexSDKManager.o
/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexConfig/WeexSDKManager.m:12:9: fatal error: 'WeexSDK/WeexSDK.h' file not found
#import <WeexSDK/WeexSDK.h>
        ^

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXDemoViewController.o WeexDemo/WeexScanner/WXDemoViewController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXDemoViewController.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXDemoViewController.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexScanner/WXDemoViewController.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WXDemoViewController.o
In file included from /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexScanner/WXDemoViewController.m:9:
/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexScanner/WXDemoViewController.h:10:9: fatal error: 'SRWebSocket.h' file not found
#import <SRWebSocket.h>
        ^

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexConfigParser.o WeexDemo/WeexConfig/WeexConfigParser.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexConfigParser.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexConfigParser.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexConfig/WeexConfigParser.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexConfigParser.o

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/AppDelegate.o WeexDemo/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/AppDelegate.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/AppDelegate.o
/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/AppDelegate.m:11:9: fatal error: 'WeexSDK/WeexSDK.h' file not found
#import <WeexSDK/WeexSDK.h>
        ^

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.o WeexDemo/WeexConfig/WeexBundleUrlLoder.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexConfig/WeexBundleUrlLoder.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.o
/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexConfig/WeexBundleUrlLoder.m:12:9: fatal error: 'WeexSDK/WeexSDK.h' file not found
#import <WeexSDK/WeexSDK.h>
        ^
1 error generated.

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/main.o WeexDemo/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/main.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/main.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/main.o

CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/UIViewController+WXDemoNaviBar.o WeexDemo/WeexScanner/UIViewController+WXDemoNaviBar.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -fasm-blocks -fstrict-aliasing -fprofile-arcs -ftest-coverage -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=7.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-generated-files.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-own-target-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-all-target-headers.hmap -iquote /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/WeexDemo-project-headers.hmap -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources/x86_64 -I/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/DerivedSources -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Products/Debug-iphonesimulator -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo -F/Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios -MMD -MT dependencies -MF /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/UIViewController+WXDemoNaviBar.d --serialize-diagnostics /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/UIViewController+WXDemoNaviBar.dia -c /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/WeexDemo/WeexScanner/UIViewController+WXDemoNaviBar.m -o /Users/liuyingui/Documents/Project/Weex/awesome-project-ios/platforms/ios/build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/UIViewController+WXDemoNaviBar.o

** BUILD FAILED **

The following build commands failed:
    CompileC build/Build/Intermediates/WeexDemo.build/Debug-iphonesimulator/WeexDemo.build/Objects-normal/x86_64/WeexBundleUrlLoder.o WeexDemo/WeexConfig/WeexBundleUrlLoder.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
u3u commented 7 years ago

似乎很多东西需要 sudo 权限 就连 npm install 都需要 但是如果用 sudo weex run ios pod install 则会提示 You cannot run CocoaPods as root

不知道该如何解决 我只想搭建好一个可以开发调试的环境 在浏览器访问是没问题的 但是我想用模拟器调试 以及开发完安装到真机测试

JackPu commented 7 years ago

@u3u 关于如何取消 sudo npm你可以看 这篇文章 。然后取消这个了,关于本地目录权限问题,你可以 sudo chmod -R 777 your_path 来进行控制

u3u commented 7 years ago

@JackPu 谢谢 我现在还不太清楚是不是权限问题 报错信息太乱了 我先试试!

u3u commented 7 years ago

感谢!我给项目目录赋予了777权限并且执行 sudo gem install cocoapods --pre 更新了一下就可以了! @JackPu