opencore-amr-iOS
opencore-amr-iOS copied to clipboard
build_ios_xcode10.sh is not building in xCode10.2.1
I am trying to run the script its giving following error Manishs-MacBook-Pro:opencore-amr-iOS-master manishkumar$ ./build_ios_xCode10.sh 2019-07-09 12:50:52.666 xcodebuild[1452:55631] [MT] DVTSDK: Warning: SDK path collision for path 'DVTFilePath:0x7f9719111030:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk'': SDK with name 'iphoneos12.2' being superseded by SDK with 'iphoneos12.2'. 2019-07-09 12:50:53.706 xcodebuild[1466:55682] [MT] DVTSDK: Warning: SDK path collision for path 'DVTFilePath:0x7fdd20c4d480:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk'': SDK with name 'iphoneos12.2' being superseded by SDK with 'iphoneos12.2'. make: *** No rule to make target `clean'. Stop.
Note: It's able to make framework but it does not contain header file in it. PFA
same to you, maybe the sh is out of date
Try comment line 47 (make clean) and then execute the shell script
try ./configure
first then build_ios_xcode10.sh