關於apicloud ios自定義模塊引用第三方framework not found for architecture armv7

1 .自定義模塊html

新建模塊必須是靜態庫json

2.使用的第三方framework 必需要把 .h文件開放出來api

3.編譯要用 真機模式 ui

(上傳模塊之後,自定義load要編譯,用生成的二維碼調試)url

4. 添加監聽,調用必須在apiready方法之中調試

 [self sendCustomEvent:@"onShotScreen" extra:json];htm

 function apiready() {      ci

        api.addEventListener({開發

                             name: 'onShotScreen'get

                             }, function(ret,err){

                             //alert(ret.homeDirect)

                             alert(JSON.stringify(ret));

                             

                             });

}

5.打開一個試圖

 function showAlert1(){

                 api.openWin({

                   name: 'register',

                   url: 'hello.html',

                   pageParam: {

                       name: 'test'

                   },

                   slidBackEnabled:true //能夠側滑

               });

      }

 

開發視圖側滑返回後有些地方出現崩潰,須要在視圖中添加delloc方法,把視圖銷燬

6.

發送消息,必須是dic或者基本數據類型

[self sendCustomEvent:@"onShotScreen" extra:dic];

 

7 本身添加一個靜態庫  cocoa Touch static library調試靜態庫,的時候不能直接調試,須要xian編譯靜態庫,能夠

TarGets-》buildPhases中的 target Dependencies 中添加

相關文章
相關標籤/搜索