For example I created a project aaa.
aaa source folder is called aaa.
that is
aaa
aaa/aaa
then I put a data file in
aaa/aaa/some.data
now i want to test data in
aaa/aaaTests/aaaTests.swift
How can i access aaa/aaa/some.data in aaaTests.swift?
If I want to access some.data inside aaa/aaa/ContentView.swift, how to write the code?
I have been searching google and bing for days, but find no example answering my questions.
Can anyone help me out?
Thanks in advance.
1
0
1.1k