简体   繁体   中英

Good dynamics build issue

I get an error for GD framework saying unable to spawn process '~/Library/Application Support/BlackBerry/Good.platform/iOS/FIPS_module/x86_64.sdk/bin/gd_fipsld' (No such file or directory)

Can you guess what could be wrong. Is the sdk not installed correctly or do i need to change any project settings in xcode.

thanks,

In your xcconfig file can you update the path for ld to $(HOME)/Library/Application Support/BlackBerry/Good.platform/iOS/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld

notice the change from ~ to $(HOME), you might have to do that for ldplusplus

The issue was solved by changing the xcode file system to Legacy build system from the default New build system. This is because the BB sdk cannot build yet with the New build system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM