Posts

Post not yet marked as solved
0 Replies
1.2k Views
Getting issue for WKWebview: WF: _userSettingsForUser mobile: { 				filterBlacklist =		 ( 				); 				filterWhitelist =		 ( 				); 				restrictWeb = 1; 				useContentFilter = 0; 				useContentFilterOverrides = 0; 				whitelistEnabled = 0; 		} 		 		 WF: _WebFilterIsActive returning: NO
Posted Last updated
.
Post not yet marked as solved
0 Replies
452 Views
I am working on multi target ios project in objective C. Some swift classes are also there by Bridging-header. There is a Unit test target for main target as Host application. I have to do unit test for another particular target [Say, SecondaryTarget]. I have added the "Unit test target" by Edit Scheme > Test to enable unit test. I am trying to import a existing class and do the unit test. But I am always getting reference issue [file not found] in test classes, while importing the classes.
Posted Last updated
.
Post not yet marked as solved
3 Replies
944 Views
iOS : I want to upgrade OpensslFramework (1.0.2) to OpensslFramework (1.1.1) in my project My project is in Objective C code. Using latest Xcode. I am searching for "buildstaticlib.sh","buildframework.sh","build.sh", "OpensslFramework.podspec", "OpensslStaticlib.podspec" files.
Posted Last updated
.