dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

Latest UXSDK-ios Build Issue (Xcode 10) #63

Open TempOneTwo opened 5 years ago

TempOneTwo commented 5 years ago

When I pull the latest UXSDK-ios, and try to build in Xcode 10, the DJIWidget "blows up" with 99 warnings and a link error: "Undefined symbols for architecture x86_64" Any help in getting past this would be greatly appreciated. Thanks.

dji-sdk[bot] commented 5 years ago

Hi, there are two options for you to ask for help:

  1. Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.

  2. Report your issues to dev@dji.com, as it's our official channel for developers to request DJI Developer Support now.

For DJI Developer Support, we have the following three tiers:

PaoloC68 commented 5 years ago

@TempOneTwo I am having the same exact issue which I describe onStackOverflow here . It seems that the UXSDK-ios code with its links to the DJIWidget library is messed up, let's do some noise so hopefully this gets fixed.

PaoloC68 commented 5 years ago

@TempOneTwo I downgraded Cocoapods from 1.6.0 to 1.5.3 and I was able to compile with no errors!!

TempOneTwo commented 5 years ago

Excellent --- thanks!

askariz commented 5 years ago

@PaoloC68 you are correct. here is the command . $sudo gem install -n /usr/local/bin cocoapods -v 1.5.3 $sudo gem uninstall cocoapods -v 1.6.1