正常創(chuàng)建宿主Demo工程 pod init 編寫podfileimage.png4.在Demo工程中添加target來開發(fā)frameworkimage.png 如果frame...
正常創(chuàng)建宿主Demo工程 pod init 編寫podfileimage.png4.在Demo工程中添加target來開發(fā)frameworkimage.png 如果frame...
正常新建工程,xcode15,取消User Script Sandboxingimage.png 新建一個target,選擇framework。image.png 2.0 x...
Provisioning profile "XXXXXX" doesn't include signing certificate "Apple Development: X...
起因:在做項目讀取身份證圖片時候接口返回base64數(shù)據(jù),安卓轉(zhuǎn)換正常,ios轉(zhuǎn)換失敗。代碼: 轉(zhuǎn)換結(jié)果nil 分析:根據(jù)蘋果文檔說明base64的格式可能不合規(guī)。base6...
1.正常創(chuàng)建single app工程Demo, 2.創(chuàng)建pod(pod init , pod install) 3.創(chuàng)建sdk工程,選擇framework類型,將工程文件拖到...
model.h 實現(xiàn)協(xié)議<NSCoding,NSSecureCoding> model.m 配合MJExtension實現(xiàn)coding,最重要的 多寫一個支持NSSecure...
github clone 庫時候報錯:Failed to connect to github.com port 443: Operation timed out需要設(shè)置代理:...
官網(wǎng):https://dashboard.stripe.com/test/dashboard[https://dashboard.stripe.com/test/dashbo...
測試卡號地址:https://developer.apple.com/apple-pay/sandbox-testing/[https://developer.apple.c...
stringByAddingPercentEncodingWithAllowedCharacters方法總是搞不清楚后面的參數(shù)set是個啥。說白了,就是一個字符集合+默認(rèn)的所...
碰到個webview頁面突然被放大了,查看html源碼發(fā)現(xiàn): 所以想到了對html進(jìn)行js注入 WKUserScriptInjectionTimeAtDocumentStar...