katepanping / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ios xcode 6 build #370

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bash-3.2$  GYP_DEFINES="OS=ios target_arch=armv7" GYP_CROSSCOMPILE=1 
GYP_GENERATOR_FLAGS="output_dir=out_ios" ./gyp_libyuv -f ninja --depth=. 
libyuv_test.gyp 
Updating projects from gyp files...
bash-3.2$  ninja -j7 -C out_ios/Debug-iphoneos libyuv_unittest
ninja: Entering directory `out_ios/Debug-iphoneos'
ninja: error: 
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D
eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers
ions/Current/DVTiPhoneSimulatorRemoteClient', needed by 
'obj.host/chromium/src/testing/iossim/iossim.gen/iossim/DVTiPhoneSimulatorRemote
Client.h', missing and no known rule to make it

Original issue reported on code.google.com by fbarch...@google.com on 13 Oct 2014 at 6:23

GoogleCodeExporter commented 9 years ago
when I use Xcode6,I have the same error as you.Then I Change to use Xcode5 and 
it work

Original comment by tuy...@gmail.com on 14 Oct 2014 at 2:31

GoogleCodeExporter commented 9 years ago
r1180 updates chromium dependencies.  retest if you have a chance.

Original comment by fbarch...@google.com on 25 Nov 2014 at 12:49

GoogleCodeExporter commented 9 years ago
r1223 updates to same version as webrtc.  Closing as fixed, but not verified.

Original comment by fbarch...@google.com on 12 Jan 2015 at 6:17

GoogleCodeExporter commented 9 years ago
Retested/fixed.
Builds with xcode 6.1.1

Original comment by fbarch...@chromium.org on 14 Jan 2015 at 10:57

GoogleCodeExporter commented 9 years ago
Updated from:
bash-3.2$ cc --version
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

Yo:
bash-3.2$ cc --version
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

Original comment by fbarch...@google.com on 15 Jan 2015 at 12:13