2

是否有人使用 Good Dynamics 最新版本 (2.0.447) 或启用 FIPS 的任何其他版本?应用程序在 sim 上运行,但在设备上崩溃。这是日志:

在此处输入图像描述

ps 似乎我已经完成了所有必要的事情,例如将这些行添加到 xcconfig 文件中

FIPS_PACKAGE=$(CURRENT_ARCH).sdk

LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld

以及 GD 指南推荐的目标设置中的几个字符串。

4

2 回答 2

0

Please check once Good SDK installation location in your mac with your default.xcconfig file in your xcode. This may be also cause the issue.

In default.xcconfig, replace the paths with the following code :

LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld 
LDUTILDIR=/Good\ Technology/Good.platform/FIPS_module/$(CURRENT_ARCH).sdk/bin
于 2018-11-15T10:20:02.497 回答
0

我也在为此苦苦挣扎。事实证明,存在的 default.xcconfig 文件未在项目设置 (Project/Info/Configurations) 中正确设置。我应该检查的指南在这里: https ://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/BasingBuildConfigurationsonConfigurationFiles.html

于 2015-10-08T16:40:29.470 回答