Good dynamics build issue

148 views Asked by At

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,

2

There are 2 answers

0
GGhangura On

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

1
SanDe On

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.