search for: ios_sdk_version

Displaying 1 result from an estimated 1 matches for "ios_sdk_version".

2016 May 02
0
Compiling for iOS & Simulator
...LDFLAGS -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -L${BUILD_DIR}/opus/lib" \ CFLAGS="$CFLAGS -arch i386 ${OPT_CFLAGS} -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -I${BUILD_DIR}/opus/include -isysroot ${DEVELOPER}/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator${IOS_SDK_VERSION}.sdk" Then: make -j4 make install OPUS does compile, but the project that I include the static library in throws a bunch of warnings that look like: URGENT: building for iOS simulator, but linking in object file (libOpus.a(bands.o)) built for OSX. Note: This will be an error in the future....