Browse Source

更新 'v5/ios/iOS_Integration_Specification_CH.md'

benson.zhang 2 years ago
parent
commit
cbaaa99bf1
1 changed files with 6 additions and 3 deletions
  1. 6 3
      v5/ios/iOS_Integration_Specification_CH.md

+ 6 - 3
v5/ios/iOS_Integration_Specification_CH.md

@@ -224,12 +224,15 @@ resultDic,转为 json 字符串,格式如下:
 
 1.将allpaysdk/AliPayPlusModule渠道文件夹下的文件添加到项目中
 
-2.项目设置APPID
-   在Xcode中打开项目,设置项目属性中的URL Schemes为allpaysdk, identifier为com.allpayx.sdk,如图标红位置所示
+2.项目设置
+   (1)在Xcode中打开项目,设置项目属性中的URL Schemes为allpaysdk, identifier为com.allpayx.sdk,如图标红位置所示
 
   ![image](https://git.allpayx.com/OpenAPI/common/raw/master/images/ios_alipayplus_01.png)   
-
    
+   (2)确保添加  "-ObjC" to Build Settings > Linking > Other Linker Flags to use class category. 
+   
+   (3) 如果出现 "Undefined symbol" 错误, try add "-fprofile-instr-generate" to Build Settings  > Linking > Other Linker Flags to resolve the error.
+
 
 
 ## 5.SDK下载