Commit 5f3e9c0
committed
Change the default value of iOS Resolver setting
Change the default value of "Link Framework statically" in iOS Resolver
settings to TRUE since it is very likely that some pod frameworks
includes pre-built static libraries, and can cause unexpected crash
in runtime if the app is build with with multiple targets
(Unity 2019.3+).1 parent fc2ed91 commit 5f3e9c0
File tree
2 files changed
+3
-1
lines changed- source/IOSResolver/src
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
| 1035 | + | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
| |||
0 commit comments