1. ARC & MRC mixed development What should I do if I encounter a third-party library developed using MRC during project development? For example: ASI 1> Try to use Xcode's conversion tool (high failure rate) 2> In the compilation options, add the -fno-objc-arc tag to the MRC program, indicating that the file is compiled using MRC. Remark: (1) The RegexKitLite used in the demonstration also needs to import the libicucore.dylib dynamic library (2) If you want to add ARC files to the MRC project, you can use the -fobjc-arc flag. 3> Compile MRC's third-party library directly into a static library for use Note: When compiling a static library, you cannot add a dynamic library reference illustrate: RegexKitLite is a regular expression category added to NSString *** In the project, if the static library used contains classification, you need to add the -ObjC option in the Other Link Flag |
>>: Five core points: How to carry out refined operations of mobile games
As an App promoter , one of the most painful thin...
Doujia is the official quick promotion method of ...
Community activity is a difficult problem faced b...
When I first came into contact with the Points Ma...
Many friends who work in P2P would say that there...
There is another big pitfall in App soft promotio...
Preface Operations is an interesting thing. As on...
These days, WeChat 8.0 has completely dominated t...
On September 26, WeChat iOS version released the ...
When the user reaches the details page, there is ...
Nowadays, mini programs are becoming a product th...
User behavior path analysis is a type of data ana...
Understanding the platform rules is the key to pl...
In the current Internet environment, user operati...
Nowadays, many companies choose to do Internet pr...