You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="http://stackoverflow.com/questions/ask">Stack Overflow</a>, get yourself some internet points. One of the advantages of using Stack Overflow is that the answer is then easily accessible for others.</li>
66
+
<li><ahref="https://github.com/TinyCrayon/TinyCrayon-iOS-SDK/issues">Github</a>, use github issue tracker to report bugs or require new features.</li>
67
+
<li><ahref="mailto:[email protected]?Subject=TinyCrayon SDK support" target="_top">Email Support</a>, if you meet any problem with TinyCrayon SDK, feel free to contact us via: [email protected]</li>
68
+
</ul>
69
+
<br>
70
+
<h4>What's the price of TinyCrayon SDK?</h4>
71
+
<p>TinyCrayon SDK is provided under <ahref="https://github.com/TinyCrayon/TinyCrayon-iOS-SDK/blob/master/LICENSE">the MIT license</a> and you can use it in your projects for free.</p>
72
+
<br>
73
+
<h2>Xcode build/run errors</h2>
74
+
<hr>
75
+
<h4>dyld: Library not loaded: @rpath/libswiftCore.dylib</h4>
76
+
<pre>dyld: Library not loaded: @rpath/libswiftCore.dylib
<p>TinyCrayon is written in swift, if your project is using Objective-C, set <strong>Always Embed Swift Standard Libraries</strong> to be YES in your Build Settings.
81
+
<br/>Check out <ahref="/guides-iOS/get-started.html#settings-for-objc">Settings for Objective-C</a> for more details.
82
+
</p>
83
+
<br>
84
+
<h4>dyld: Library not loaded: @rpath/TCMask.framework/TCMask</h4>
85
+
<pre>dyld: Library not loaded: @rpath/TCMask.framework/TCMask
<p>Make sure TCMask.framework is added as <strong>Embeded Binaries</strong> for your target application, check out <ahref="http://localhost:5000/guides-iOS/get-started.html#add-the-sdk">Add the SDK</a> for more details.</p>
89
+
<br>
90
+
<h4>ld: framework not found Pods_ProjectName</h4>
91
+
<pre>ld: framework not found Pods_ProjectName
92
+
clang: error: linker command failed with exit code 1 (use -v to see invocation)</pre>
93
+
<p>This error usually happens when you install TinyCrayon SDKs using CocoaPods, to solve it, in targets setting <strong>Linked Frameworks and Libraries</strong>, remove <strong>Pods_ProjectNam</strong>.</p>
94
+
<br>
95
+
<h2>Xcode build/run warnings</h2>
96
+
<hr>
97
+
<h4>objc[8689]: Class PLBuildVersion</h4>
98
+
<pre>objc[8689]: Class PLBuildVersion is implemented in both
One of the two will be used. Which one is undefined.</pre>
103
+
<p>The warning can be ignored safely, it is introduced by Google Admob SDK, which is internally used by TinyCrayon.</p>
104
+
<br>
105
+
<h4>[MC] System group container for</h4>
106
+
<pre>[MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/UserName/Library/Developer/CoreSimulator/Devices/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
107
+
YYYY-MM-DD HH:MM:SS.XXXXX ProjectName[8689:741104] [MC] Reading from private effective user settings.</pre>
108
+
<p>The warning can be ignored safely, it is introduced by Google Admob SDK, which is internally used by TinyCrayon.</p>
109
+
<br>
110
+
<h4><Google:HTML> You are currently using version X.X.X of the SDK</h4>
111
+
<pre><Google:HTML> You are currently using version X.X.X of the SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. The latest SDK can be downloaded from http://goo.gl/iGzfsP. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.</pre>
112
+
<p>The warning can be ignored safely, it is introduced by Google Admob SDK, which is internally used by TinyCrayon.</p>
113
+
<br>
114
+
<h4><Google> To get test ads on this device</h4>
115
+
<pre><Google> To get test ads on this device, call: request.testDevices = @[ @"0123456789abcdef0123456789abcdef" ];</pre>
116
+
<p>To git rid of the warning, you just need to add test devices to TCMaskView settings:</p>
0 commit comments