Getting issue for WKWebview: WF: _userSettingsForUser mobile: {
				filterBlacklist =		 (
				);
				filterWhitelist =		 (
				);
				restrictWeb = 1;
				useContentFilter = 0;
				useContentFilterOverrides = 0;
				whitelistEnabled = 0;
		}
		
		 WF: _WebFilterIsActive returning: NO
Post
Replies
Boosts
Views
Activity
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.
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.