Posts

Post not yet marked as solved
0 Replies
380 Views
WidgetKit library was presented appeared on WWDC20, and since then there has been no way to bring users to the Widget Gallery, and this becomes a stumbling block for many developers, since we are not able to send our users to developed widgets I suggest Apple add a custom URL scheme similar to that for system applications: facetime://user@example.com sms:1-111-111-0037 And this URL Scheme is up to Apple, but there is a few thoughts about it: How the URL might look like: widgetgallery: widgetgallery:type=<...>&family=<...> URL Scheme parameters: type - widget's kind string identifier, defined in app family - family of widget This will help make widgets more common among users, as well as increase conversion in their additions. For this reason, the development of widgets will become an appropriate feature for companies
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.0k Views
The third party library began to support only the static cocoapods library. Before that, it was connected as dynamic After changing the dynamic library to a static one, such an error began to appear Please help me figure this out: ld: warning: Could not find or use auto-linked library 'swiftCompatibility56' ld: warning: Could not find or use auto-linked framework '&lt;Name&gt;' ld: warning: Could not find or use auto-linked framework '&lt;Name&gt;' ld: warning: Could not find or use auto-linked framework '&lt;Name&gt;' Undefined symbols for architecture arm64: "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from: __swift_FORCE_LOAD_$_swiftCompatibility56_$_&lt;someName&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) __swift_FORCE_LOAD_$_swiftCompatibility56_$&lt;ThirdPartyLibrary&gt; in &lt;ThirdPartyLibrary&gt;.a(File.o) ... (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibility56_$_&lt;ThirdPartyLibrary&gt;, __swift_FORCE_LOAD_$_swiftCompatibility56_$_&lt;ThirdPartyLibrary&gt; , __swift_FORCE_LOAD_$_swiftCompatibility56_$_&lt;ThirdPartyLibrary&gt; ) ld: symbol(s) not found for architecture arm64
Posted Last updated
.